home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Miscellaneous / Generic App ƒ / Flab / ierror.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-11  |  150 b   |  10 lines  |  [TEXT/KAHL]

  1. /*
  2.  * ierror.h
  3.  */
  4.  
  5. #ifndef H_ierror
  6. #define H_ierror
  7.  
  8. extern OSErr IError(short eCode,unsigned char* p1,unsigned char* p2,unsigned char* p3);
  9.  
  10. #endif